Markdown Testing Ground for Published Notes
tables | are | cool | how about that | |
---|---|---|---|---|
how | cool | are | check this out | |
can we get this | ||||
tables | working go | |||
like what is this | the talbes | |||
trying out wiki links instead
Test from milkywsve
A collection of all modules to see if they make it to a published sight
Here is a callout
Warn Me
callout warning with a title
highlighted Text, italics, Bold, strike through,
id: leaflet-map
image: [[music/History/_attachments/Pasted image 20221019213517.png]]
height: 500px
lat: 50
long: 50
minZoom: 1
maxZoom: 10
defaultZoom: 8
unit: meters
scale: 1
marker: default, 39.983334, -82.983330, [[Note]]
darkMode: true
flowchart TB noteIds("notesId []") userId("userId") subgraph Your DB subgraph "User 👨🦲" id noteIds end subgraph "Note 📝" id userId <--> noteIds end end
File | Last modified |
---|---|
Toggle Checkbox with pure CSS Html | 23.08.2024 - 10:21 |
The Zelda Fandom from a Zelda Fan | 23.08.2024 - 10:19 |
2024.05.18 UAG fashion show | 22.08.2024 - 22:20 |
Visual Note link
Headers
This is a Heading h1
This is a Heading h2
This is a Heading h6
Emphasis
This text will be italic
This will also be italic
This text will be bold
This will also be bold
You can combine them
Lists
Unordered
- Item 1
- Item 2
- Item 2a
- Item 2b
Ordered
- Item 1
- Item 2
- Item 3
- Item 3a
- Item 3b
Images
Excalidraw
Links
You may be using Markdown Live Preview.
Blockquotes
Markdown is a lightweight markup language with plain-text-formatting syntax, created in 2004 by John Gruber with Aaron Swartz.
Markdown is often used to format readme files, for writing messages in online discussion forums, and to create rich text using a plain text editor.
Tables
Left columns | Right columns |
---|---|
left foo | right foo |
left bar | right bar |
left baz | right baz |
Blocks of code
// javascript
let message = 'Hello world';
alert(message);
<!-- html -->
<p> my words are words words words </p>
name:
work:
- life
- is
- great
#!/bin/bash
# bash
SOURCE="/home/qinton/scripts"
cp $SOURCE ./
Inline code
This web site is using markedjs/marked
.